Click or drag to resize

Occurrence Class

Represents a single modified occurrence of a recurring calendar item.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeOccurrence

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Occurrence

The Occurrence type exposes the following members.

Constructors
  NameDescription
Public methodOccurrence
Initializes a new instance of the Occurrence class.
Public methodOccurrence(ItemId)
Initializes a new instance of the Occurrence class.
Top
Properties
  NameDescription
Public propertyEndTime
Represents the end time of a modified occurrence of a recurring calendar item.
Public propertyItemId
Contains the unique identifier and change key of a modified occurrence of a recurring calendar item.
Public propertyOriginalStartTime
Represents the original start time of a modified occurrence of a recurring calendar item.
Public propertyStartTime
Represents the start time of a modified occurrence of a recurring calendar item.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current Occurrence object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also